projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1db3d
)
Fix rcirc-track-abbrevate-flag documentation
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 5 Sep 2021 18:34:18 +0000
(20:34 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 5 Sep 2021 18:34:18 +0000
(20:34 +0200)
* rcirc.el (rcirc-track-abbrevate-flag): Rephrase docstring
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 7c08bc43e765f088802e89a4c9af7216c17578c3..be90c56a43a98f0db34d0dad9b56a830c0d1435c 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-2123,7
+2123,7
@@
This function does not alter the INPUT string."
"Keymap for rcirc track minor mode.")
(defcustom rcirc-track-abbrevate-flag t
- "
If non-nil, abbreviate names for `rcirc-track-minor-mode'
."
+ "
Non-nil means `rcirc-track-minor-mode' should abbreviate names
."
:version "28.1"
:type 'boolean)